home *** CD-ROM | disk | FTP | other *** search
- #include <Dialogs.h>
-
-
- #define rTwoItemDialog 200
- #define rDifferentFontDialog 201
- #define rInternalBufferDialog 202
- #define rDisplayPasswordDialog 300
-
- extern ModalFilterUPP gTwoItemFilterUPP;
- extern ModalFilterUPP gInternalBufferFilterUPP;
- extern UserItemUPP gChicagoTextItemUserItemUPP;
-
-
- void DisplayPassword (ConstStr255Param password);
-
- void TwoItemDialog (StringPtr password);
- pascal Boolean TwoItemFilter(DialogPtr dlog,EventRecord *event,short *itemHit);
-
- void DifferentFontDialog (StringPtr password);
- pascal void ChicagoTextItem(WindowPtr wind,short item);
-
- void InternalBufferDialog (StringPtr password);
- pascal Boolean InternalBufferFilter(DialogPtr dlog,EventRecord *event,short *itemHit);
- void DeleteRange(char *buffer,short start,short end);
- void InsertChar(char *buffer,short pos,char c);
-
-